const runtime.evacuatedEmpty
6 uses
runtime (current package)
map.go#L97: evacuatedEmpty = 4 // cell is empty, bucket is evacuated.
map.go#L913: if isEmpty(b.tophash[offi]) || b.tophash[offi] == evacuatedEmpty {
map.go#L1179: b.tophash[i] = evacuatedEmpty
map_fast32.go#L403: b.tophash[i] = evacuatedEmpty
map_fast64.go#L405: b.tophash[i] = evacuatedEmpty
map_faststr.go#L431: b.tophash[i] = evacuatedEmpty
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)